No of elements in Stack -
Operation -
Index position of Top -
Instructions
- Push - Used to add an element in the stack
- Pop - Used to remove an element from the stack
- Multi Pop - Used to pop multiple elements from the stack
- Maximum capacity of Stack is 7 elements.
How to start
- You would see stack empty
- Top value is -1 means currently it is pointing to none
- Give a value to the input box of push and click push
- You can keep on adding elements in the stacks using push button
- To remove an element use pop button